projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadaced
)
[broadway] Fix up toplevel content visibility in useToplevel mode
author
Alexander Larsson
<alexl@redhat.com>
Fri, 8 Apr 2011 13:16:32 +0000
(15:16 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Sun, 10 Apr 2011 18:16:13 +0000
(20:16 +0200)
surfaces.canvas may change if we move to another document, so
reupdate the element to show after ensureSurfaceInDocument.
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index 83e2b28db80ab10ded8d9336a0d09373e3885620..838277188c9a98c1558168b9390d6216e804b937 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-433,6
+433,7
@@
function cmdShowSurface(id)
}
ensureSurfaceInDocument(surface, doc);
+ element = surface.canvas;
} else {
if (surface.frame) {
element = surface.frame;